'宣言
Public MustInherit Class LocalizationBaseWrapper
(Of T As {New, LocalizationBaseModel},
TOut As LocalizationBaseWrapper(Of T,TOut))
public abstract class LocalizationBaseWrapper<T,TOut> where T: new(), LocalizationBaseModel where TOut: LocalizationBaseWrapper<T,TOut>
オンラインで表示: GitHub